Skip to content

[Build][Bugfix] Fix source code path to avoid reference error#726

Merged
Yikun merged 1 commit into
vllm-project:mainfrom
MengqingCao:docker
Apr 30, 2025
Merged

[Build][Bugfix] Fix source code path to avoid reference error#726
Yikun merged 1 commit into
vllm-project:mainfrom
MengqingCao:docker

Conversation

@MengqingCao
Copy link
Copy Markdown
Collaborator

@MengqingCao MengqingCao commented Apr 29, 2025

What this PR does / why we need it?

Fix source code path to avoid reference error in docker image
fix #725

Comment thread Dockerfile
@@ -31,16 +31,16 @@ RUN apt-get update -y && \

WORKDIR /workspace
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this workspace is useless now? we better use /root as the default to keep the same with 0.8.4rc2 @Yikun

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI, vllm keep the entry path /workspace of the container.
https://github.com/vllm-project/vllm/blob/main/docker/Dockerfile#L55

Copy link
Copy Markdown
Member

@Yikun Yikun Apr 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we'd better follow vLLM repo to keep user experience, we can note some on 0.8.4rc2 and 0.8.5rc1 release note to show this.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. I'm fine.

@Yikun
Copy link
Copy Markdown
Member

Yikun commented Apr 30, 2025

Signed-off-by: MengqingCao <cmq0113@163.com>
@Yikun Yikun merged commit 399b038 into vllm-project:main Apr 30, 2025
7 checks passed
Yikun pushed a commit that referenced this pull request Apr 30, 2025
…#741)

Backport and sync dockerfile change #726

This patch follow vLLM, move all source code into /vllm-workspace/, and
keep /workspace as workdir.


[1] https://github.com/vllm-project/vllm/blob/main/docker/Dockerfile#L264C7-L264C23
[2] https://github.com/vllm-project/vllm/blob/main/docker/Dockerfile#L52

Closes: #725

Signed-off-by: MengqingCao <cmq0113@163.com>
@MengqingCao MengqingCao deleted the docker branch May 6, 2025 02:23
chopper0126 pushed a commit to chopper0126/vllm-ascend that referenced this pull request Oct 16, 2025
…roject#726)

### What this PR does / why we need it?
Fix source code path to avoid reference error in docker image
fix vllm-project#725

Signed-off-by: MengqingCao <cmq0113@163.com>
Angazenn pushed a commit to Angazenn/vllm-ascend that referenced this pull request Oct 21, 2025
…roject#726)

### What this PR does / why we need it?
Fix source code path to avoid reference error in docker image
fix vllm-project#725

Signed-off-by: MengqingCao <cmq0113@163.com>
yangzhe-2026 pushed a commit to yangzhe-2026/vllm-ascend that referenced this pull request May 6, 2026
…roject#726)

### What this PR does / why we need it?
Fix source code path to avoid reference error in docker image
fix vllm-project#725

Signed-off-by: MengqingCao <cmq0113@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Fail to start vllm under /workspace

3 participants